home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
game
/
patch
/
jst32b_dev.lha
/
jst_dev
/
InstallWizard
/
installer-parts
/
Copy-osemu
< prev
next >
Wrap
Text File
|
2000-03-31
|
401b
|
23 lines
;; copy/update OS-Emu
(if (exists "C:OSEmu.400")
(set install_osemu
(askbool
(prompt "Do you need to update OSEmu OS emulation module?")
(help "An outdated version of C:OSEmu.400 won't allow to run the game")
(choices "Update" "Leave")
(default 2)
)
)
(set install_osemu 1)
)
(if (= 1 install_osemu)
(copyfiles (source "OSEmu.400")
(dest "C:")
)
)
;; end copy/update OSEmu